LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   tput (https://www.linuxquestions.org/questions/linux-general-1/tput-707071/)

davender84 02-24-2009 04:20 AM

tput
 
what is the use of following command
"tput kf11"

ZAMO 02-24-2009 05:41 AM

Hi davender,

Are you asking about tput or tput kf11?

man pages shows , it is used for 2 purposes .

Code:

$whatis tput
tput                (1)  - initialize a terminal or query terminfo database
tput                (1p)  - change terminal characteristics


I think here you are trying to Initialize the terminal kf11 according to the type of terminal in the environmental variable TERM.

davender84 02-27-2009 03:33 AM

thanks for reply
 
Quote:

Originally Posted by ZAMO (Post 3455476)
Hi davender,

Are you asking about tput or tput kf11?

man pages shows , it is used for 2 purposes .

Code:

$whatis tput
tput                (1)  - initialize a terminal or query terminfo database
tput                (1p)  - change terminal characteristics


I think here you are trying to Initialize the terminal kf11 according to the type of terminal in the environmental variable TERM.


hi
actully kf11 stands for functional key 11 but i dont know how it is used with tput
there are many functional keys from kf1 to kf64
but why they are used with tput i dont know


All times are GMT -5. The time now is 08:43 PM.