View Issue Details

IDProjectCategoryView StatusLast Update
0000553Double CommanderGraphical user interfacepublic2014-01-14 22:56
Reporterpktfag Assigned ToAlexx2000  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
ProjectionnoneETAnone 
OSwindows 
Product Version0.6.0 (trunk)Product Build4944 
Target Version0.5.5Fixed in Version0.5.5 
Summary0000553: Improper execution of the command in the terminal / Неправильное выполнение команды терминала в windows
DescriptionВ linux команда выполняется отлично, а в windows происходит совмещение слов. Скриншот в winterm.png.
Steps To ReproduceВведите help в командной строке. При включенном терминале отобразится helpcd.
TagsNo tags attached.
Attached Files
winterm.png (85,300 bytes)   
winterm.png (85,300 bytes)   
fmain.pas.patch (415 bytes)   
Index: src/fmain.pas
===================================================================
--- src/fmain.pas	(revision 4944)
+++ src/fmain.pas	(working copy)
@@ -4352,7 +4352,7 @@
       else
         begin
           if gTermWindow and Assigned(Cons) then
-            Cons.Terminal.Write_pty(sCmd + #13)
+            Cons.Terminal.Write_pty(sCmd + sLineBreak)
           else
           begin
             try
fmain.pas.patch (415 bytes)   
Fixed in Revision4947
Operating systemWindows
Widgetset
Architecture64-bit

Activities

pktfag

2012-09-01 09:30

reporter   ~0000870

Last edited: 2012-09-01 09:31

Я исправил данное поведение. Патч в fmain.pas.patch

Issue History

Date Modified Username Field Change
2012-09-01 09:28 pktfag New Issue
2012-09-01 09:28 pktfag File Added: winterm.png
2012-09-01 09:29 pktfag File Added: fmain.pas.patch
2012-09-01 09:30 pktfag Note Added: 0000870
2012-09-01 09:31 pktfag Note Edited: 0000870
2012-09-01 21:11 Alexx2000 Assigned To => Alexx2000
2012-09-01 21:11 Alexx2000 Status new => assigned
2012-09-01 21:11 Alexx2000 Target Version => 0.5.5
2012-09-01 21:11 Alexx2000 Summary Неправильное выполнение команды терминала в windows => Improper execution of the command in the terminal / Неправильное выполнение команды терминала в windows
2012-09-01 21:13 Alexx2000 Fixed in Revision => 4947
2012-09-01 21:13 Alexx2000 Status assigned => resolved
2012-09-01 21:13 Alexx2000 Fixed in Version => 0.5.5
2012-09-01 21:13 Alexx2000 Resolution open => fixed
2014-01-14 22:56 Alexx2000 Status resolved => closed