View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000553 | Double Commander | Graphical user interface | public | 2012-09-01 09:28 | 2014-01-14 22:56 |
| Reporter | pktfag | Assigned To | Alexx2000 | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Projection | none | ETA | none | ||
| OS | windows | ||||
| Product Version | 0.6.0 (trunk) | Product Build | 4944 | ||
| Target Version | 0.5.5 | Fixed in Version | 0.5.5 | ||
| Summary | 0000553: Improper execution of the command in the terminal / Неправильное выполнение команды терминала в windows | ||||
| Description | В linux команда выполняется отлично, а в windows происходит совмещение слов. Скриншот в winterm.png. | ||||
| Steps To Reproduce | Введите help в командной строке. При включенном терминале отобразится helpcd. | ||||
| Tags | No tags attached. | ||||
| Attached Files | 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
| ||||
| Fixed in Revision | 4947 | ||||
| Operating system | Windows | ||||
| Widgetset | |||||
| Architecture | 64-bit | ||||
| 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 |