|
FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below. |
|
Thread Tools | Display Modes |
|
|||
Programmers designed such applications to ignore ctrl-c, ie ctrl-c can do something completly different ....
And this is not directly related to zsh or to FreeBSD in any way. Last edited by richardpl; 5th July 2008 at 09:49 AM. |
|
||||
Quote:
But I have no clue what's wrong. |
|
|||
Quote:
Quote:
|
|
|||
I don't know about zsh, but with ksh I send a ^Z and then get the pid of the background processes like so:
Code:
$ top & [1] 7251 $ kill -KILL `echo $!` kill -KILL `echo $!` [1] + Killed top $ |
|
|||
Perhaps you chose the wrong keymap then, learn to clarify your questions..
|
|
|||
what is output of following command:
# echo $PAGER if it is not something with 'more' ctrl-c will not exit program. That is just for man pages, for python and others I dont belive you that ctrl-c had ever worked differently. |
|
||||
Quote:
Code:
echo $PAGER Code:
Mostafa ~ [24] echo $PAGER 10:20 less Mostafa ~ [25] |
|
||||
From less(1):
Code:
-K or --quit-on-intr Causes less to exit immediately when an interrupt character (usually ^C) is typed. Normally, an interrupt character causes less to stop whatever it is doing and return to its command prompt. Note that use of this option makes it impossible to return to the command prompt from the "F" command. |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
T-Dose (Technical Dutch Open Source Event) 3-4 October 2009 - Eindhoven - Netherlands | J65nko | Off-Topic | 2 | 2nd October 2009 05:38 PM |
Disable CTRL+ALT+DEL FreeBSD Gnome | mfaridi | FreeBSD Security | 7 | 27th August 2008 07:10 PM |
disabling ctrl-c | malindang | FreeBSD General | 3 | 27th June 2008 12:06 AM |
please increase this time , nobody dose not lose new posts. | mfaridi | Feedback and Suggestions | 4 | 26th May 2008 07:52 PM |
Getting Qt4 to work on FreeBSD | enpey | FreeBSD Ports and Packages | 6 | 6th May 2008 07:20 AM |