| Summary: | Automatic sending chdir to embedded terminal may lead to tragic consequences if some command is already typed. | ||
|---|---|---|---|
| Product: | [Applications] krusader | Reporter: | Dmitry Alexandrov <dag> |
| Component: | general | Assignee: | Krusader Bugs Distribution List <krusader-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | alex.bikadorov, krusader-bugs-null, psbkde |
| Priority: | NOR | ||
| Version First Reported In: | 2.4.0-beta3 "Single Step" | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | All | ||
| Latest Commit: | https://commits.kde.org/krusader/2aaba3ea1881e30b65b4dce8a758da1a72c011f9 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Dmitry Alexandrov
2013-11-25 16:21:59 UTC
Git commit 2aaba3ea1881e30b65b4dce8a758da1a72c011f9 by Alexander Bikadorov. Committed on 27/01/2017 at 18:48. Pushed by abikadorov into branch 'master'. FIXED: [ 328068 ] Send SIGINT before own input command to embedded terminal To avoid unwanted behaviour by line concatenation. M +11 -2 krusader/GUI/terminaldock.cpp https://commits.kde.org/krusader/2aaba3ea1881e30b65b4dce8a758da1a72c011f9 "^C" (SIGINT) is send before command (not only chdir but also user action commands). I filed bug 375830 on a regression that this caused. |