Sponsored Content
Top Forums Shell Programming and Scripting Get Rid ^C when pressed Ctrl-C Post 302736113 by vietrice on Monday 26th of November 2012 08:56:10 PM
Old 11-26-2012
Is it possible to change the output ^C to something else like a space?
Quote:
Originally Posted by jim mcnamara
Rather than me blindly giving you code, try using ansi escape sequences inside the
trap statement. Use them to:

Save the cursor position,
then move it to a safe spot,
read foo,
restore the cursor.

The CSI sequences and some of the SGR sequences in this page are worth playing around with a bit. There is a CSI code to turn off the cursor. Some terminal settings are affected by locale, too. If you are using an Asian locale, you are probably using unicode or another wide charset.

See:
ANSI escape code - Wikipedia, the free encyclopedia
 

10 More Discussions You Might Find Interesting

1. Programming

know what key is pressed

hi i´m making a program, and i would like to know how can i know what key was pressed. i'm using Sun5.7 and C. is there a keypress/keypressed function in C? how can i know recognize the keys (enter, tab, shift, etc.)? can i recognize two keys ? (shift+A, ctrl+C, etc) any idea.. thanks (4 Replies)
Discussion started by: DebianJ
4 Replies

2. AIX

Disable ctrl-c,ctrl-d,ctrl-d in ksh script

I wrote a ksh script for Helpdesk. I need to know how to disable ctrl-c,ctrl-z,ctrl-d..... so that helpdesk would not be able to get to system prompt :confused: (6 Replies)
Discussion started by: wtofu
6 Replies

3. Shell Programming and Scripting

Catching ctrl-C or ctrl-D

Hi there, I'm using HP-UX 11 machine. I am running a script, thats gonna take a long time to execute. When I press ctrl-c to come out of my script, I have to catch that signal(ctrl-c) and display that ctrl-c had been pressed. How can I do it. Thanks in advance (2 Replies)
Discussion started by: sendhilmani123
2 Replies

4. Shell Programming and Scripting

detect F5 is pressed

Hello friends, I want to write a shell script in bash shell . Working for the script is to detect any key pressed and disply on screen as "you have pressed: " For example if user pressed F5 then a messaged has to be displayed as "you have pressed F5. Thank you. (4 Replies)
Discussion started by: pradeepreddy
4 Replies

5. Shell Programming and Scripting

how can i do some action when 'ctrl+d' is pressed

hi Gurus, please why is this happening: when i run this: #!/bin/bash declare -a name declare -a ph declare -a eid r=0; c=1; i=1; n=; echo " name phone email_id" while : do #if ; then #break; #else echo -n "field $i:"; read name ph eid; let "i++"; ... (5 Replies)
Discussion started by: tprayush
5 Replies

6. Shell Programming and Scripting

Ctrl-C or Ctrl-Z causing exit the session

H! I have written script where it need to invoke the perl script in background, then write the pid in temp file then bring back the job to foreground. whenever the Ctrl-C or Ctrl-Z is pressed in the script has to exit and prompt should be dispalyed. but this script causing exit from shell session... (2 Replies)
Discussion started by: jramesh1
2 Replies

7. Shell Programming and Scripting

how can i know the pressed key is arrowup?

Hi all, I need to know how to test a pressed key is arrowup or arrowdown and etc.. I found that the "echo" won't print anything if i enter the arrowup in the below code: read echo "you pressed $REPLY" Then i find a way to achieve my goal. 1 #! /bin/bash 2 3 ARROWUP='\;then... (4 Replies)
Discussion started by: homeboy
4 Replies

8. Shell Programming and Scripting

How to handle CTRL+Z or CTRL+C in shells script?

Hi, while executing shell script, in the middle of the process, if we kill the shell script( ctrl+z or ctrl+c), script will be killed and the files which using for the script will be in the folder. How to handle those scenarios. Is there any possibilities, if user breaks the script, I need to... (3 Replies)
Discussion started by: ckchelladurai
3 Replies

9. UNIX for Dummies Questions & Answers

Ctrl-V + Ctrl-J for newline character does not work inside vi editor

Hi friends, I am trying to add a newline char ('\n') between the query and the commit statement in the following shell script. #! /bin/sh echo "select * from tab; commit;" > data.sql I have tried typing in "Ctrl-V + Ctrl-J" combination which has inserted ^@ (NUL) character but the commit... (1 Reply)
Discussion started by: royalibrahim
1 Replies

10. Shell Programming and Scripting

Automation of keyboard inputs..like Ctrl+d and Ctrl+a

Hi..! I'm stuck with my automation of starting a process and keeping it running even after the current ssh session has exited.. So i'm trying to use command 'screen'. which is doing exactly what i wanted, But the problem is automation of the same. i will have to press Ctrl+a and Ctrl+d for... (2 Replies)
Discussion started by: chandana hs
2 Replies
LUIT(1) 						      General Commands Manual							   LUIT(1)

NAME
luit - Locale and ISO 2022 support for Unicode terminals SYNOPSIS
luit [ options ] [ -- ] [ program [ args ] ] DESCRIPTION
Luit is a filter that can be run between an arbitrary application and a UTF-8 terminal emulator. It will convert application output from the locale's encoding into UTF-8, and convert terminal input from UTF-8 into the locale's encoding. An application may also request switching to a different output encoding using ISO 2022 and ISO 6429 escape sequences. Use of this feature is discouraged: multilingual applications should be modified to directly generate UTF-8 instead. Luit is usually invoked transparently by the terminal emulator. For information about running luit from the command line, see EXAMPLES below. OPTIONS
-h Display some summary help and quit. -list List the supported charsets and encodings, then quit. -v Be verbose. -c Function as a simple converter from standard input to standard output. -x Exit as soon as the child dies. This may cause luit to lose data at the end of the child's output. -argv0 name Set the child's name (as passed in argv[0]). -encoding encoding Set up luit to use encoding rather than the current locale's encoding. +oss Disable interpretation of single shifts in application output. +ols Disable interpretation of locking shifts in application output. +osl Disable interpretation of character set selection sequences in application output. +ot Disable interpretation of all sequences and pass all sequences in application output to the terminal unchanged. This may lead to interesting results. -k7 Generate seven-bit characters for keyboard input. +kss Disable generation of single-shifts for keyboard input. +kssgr Use GL codes after a single shift for keyboard input. By default, GR codes are generated after a single shift when generating eight-bit keyboard input. -kls Generate locking shifts (SO/SI) for keyboard input. -gl gn Set the initial assignment of GL. The argument should be one of g0, g1, g2 or g3. The default depends on the locale, but is usu- ally g0. -gr gk Set the initial assignment of GR. The default depends on the locale, and is usually g2 except for EUC locales, where it is g1. -g0 charset Set the charset initially selected in G0. The default depends on the locale, but is usually ASCII. -g1 charset Set the charset initially selected in G1. The default depends on the locale. -g2 charset Set the charset initially selected in G2. The default depends on the locale. -g3 charset Set the charset initially selected in G3. The default depends on the locale. -ilog filename Log into filename all the bytes received from the child. -olog filename Log into filename all the bytes sent to the terminal emulator. -- End of options. EXAMPLES
The most typical use of luit is to adapt an instance of XTerm to the locale's encoding. Current versions of XTerm invoke luit automati- cally when it is needed. If you are using an older release of XTerm, or a different terminal emulator, you may invoke luit manually: $ xterm -u8 -e luit If you are running in a UTF-8 locale but need to access a remote machine that doesn't support UTF-8, luit can adapt the remote output to your terminal: $ LC_ALL=fr_FR luit ssh legacy-machine Luit is also useful with applications that hard-wire an encoding that is different from the one normally used on the system or want to use legacy escape sequences for multilingual output. In particular, versions of Emacs that do not speak UTF-8 well can use luit for multilin- gual output: $ luit -encoding 'ISO 8859-1' emacs -nw And then, in Emacs, M-x set-terminal-coding-system RET iso-2022-8bit-ss2 RET FILES
/usr/lib/X11/fonts/encodings/encodings.dir The system-wide encodings directory. /usr/share/X11/locale/locale.alias The file mapping locales to locale encodings. SECURITY
On systems with SVR4 (``Unix-98'') ptys (Linux version 2.2 and later, SVR4), luit should be run as the invoking user. On systems without SVR4 (``Unix-98'') ptys (notably BSD variants), running luit as an ordinary user will leave the tty world-writable; this is a security hole, and luit will generate a warning (but still accept to run). A possible solution is to make luit suid root; luit should drop privileges sufficiently early to make this safe. However, the startup code has not been exhaustively audited, and the author takes no responsibility for any resulting security issues. Luit will refuse to run if it is installed setuid and cannot safely drop privileges. BUGS
None of this complexity should be necessary. Stateless UTF-8 throughout the system is the way to go. Charsets with a non-trivial intermediary byte are not yet supported. Selecting alternate sets of control characters is not supported and will never be. SEE ALSO
xterm(1), unicode(7), utf-8(7), charsets(7). Character Code Structure and Extension Techniques (ISO 2022, ECMA-35). Control Functions for Coded Character Sets (ISO 6429, ECMA-48). AUTHOR
The version of Luit included in this X.Org Foundation release was originally written by Juliusz Chroboczek <jch@freedesktop.org> for the XFree86 Project. X Version 11 luit 1.0.4 LUIT(1)
All times are GMT -4. The time now is 08:39 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy