-
Hello and thanks for the patch. I had always wanted a one-instance capability.
There is one issue however, new tabs are opened in the console2 home directory rather than following the settings initial directory directive.
Other than that, I haven't seen any problems. If you can put together a fix for the starting directory issue it would be perfect!
Thanks again.
2009-11-13 21:56:02 UTC by random99
-
+1 github
github allows file publication -- click the downloads tab.
2009-11-12 18:34:10 UTC by rogerdpack
-
submit bug report?.
2009-11-12 18:32:35 UTC by rogerdpack
-
Typically people fork your entire repository. Then they hack on their personal copy and eventually when they have something to commit back, they send a pull request. You can either accept it or reply back with why it's not acceptable, and typically you merge the changes from their pull request [on their fork] into the main repository.
see bottom of
http://github.com/guides/pull-requests.
2009-11-12 18:29:30 UTC by rogerdpack
-
I cannot see telnet in WIn7 x64, when using Console, CMD ot Explorer. It only finds my PuTTY.exe when I use the Start Menu search box.
I'm pretty worried if you say that Console cannot see certain files, but I cannot see any reason why this could even happen. Could you provide more details please. What is the telnet file's full name and location?.
2009-11-12 04:11:18 UTC by jason404
-
I see all of the above issues and raise you a few. Console 2 simply cannot see certain files in Win7. I haven't yet worked out which ones or why just yet but for instance when using cmd.exe or powershell.exe as the interpreter I can't see telnet in the c:\windows\system32 folder. It's there if I use CMD.exe regular, but invisible in console2.
Also I can't seem to load any of my powershell...
2009-11-11 23:01:19 UTC by dracol1ch
-
Currently selection causes posiotioning cursor in the corner. This makes possible to paste text starting from a corner not where it should be. The problem can be observed with "Clear selection on copy" unchecked - after making a selection cusor stays in the corner and paste displays text in wrong place.
2009-11-11 09:21:07 UTC by nobody
-
I have not found a way to use up/down arrows for in-console apps such as vim. Is there a way to allow this? right now vim just receives some weird control characters like ^[[A
thanks.
2009-11-10 22:42:54 UTC by keithroe
-
**2 weberjn**
Try this [patch][1]
[1]: https://sourceforge.net/projects/console/forums/forum/143117/topic/3330630.
2009-11-10 21:14:26 UTC by graynm
-
Console should provide a character set translation for the running program's output like putty does. E.g. many java programs do their console output in ISO 8859-1, whereas Console seems to use the DOS character set, so some characters come out wrong.
2009-11-10 12:48:43 UTC by weberjn