]> cloud.milkyroute.net Git - dolphin.git/commit
Fix directory navigation in Dolphin::Terminal.
authorRaphael Kubo da Costa <kubito@gmail.com>
Tue, 12 Apr 2011 14:14:25 +0000 (11:14 -0300)
committerRaphael Kubo da Costa <kubito@gmail.com>
Tue, 12 Apr 2011 14:18:22 +0000 (11:18 -0300)
commita19e78d75b0bc451685d2248be0ec474b3c18966
tree0baa09fdd81298488d42c2c0ac74b2ac475abcc9
parent2784a14b764b8a047501e0e61d53f9278dc439a4
Fix directory navigation in Dolphin::Terminal.

When navigating in Dolphin it attempts to keep any open Terminal (F4)
in sync by changing the directory in the shell.  It does this by
sending a "^C; cd $DIRECTORY" however shells under FreeBSD treat "^C"
as a literal string and not SIGINT.  Fix this by sending SIGINT to the
shell instead of "^C".

It appears Linux does not exhibit this behaviour.

Patch originally written by David Naylor, from the KDE-FreeBSD team.

CCMAIL: naylor.b.david@gmail.com

(cherry picked from commit 5f78219e18073e475ed1f1865a1a2be1fafd60cf)
src/panels/terminal/terminalpanel.cpp