# HG changeset patch # User Oleksandr Gavenko # Date 1315438267 -10800 # Node ID deddbee5fe5ff80e2b821a8081e0669e3ccb6f7f # Parent 858ecbc30566baf13a64ff8e92ca004fcb4c0419 Print highlighted word. diff -r 858ecbc30566 -r deddbee5fe5f terminal.rst --- a/terminal.rst Thu Sep 08 02:24:26 2011 +0300 +++ b/terminal.rst Thu Sep 08 02:31:07 2011 +0300 @@ -25,6 +25,13 @@ $ tput -Txterm blink ^[[5m +Print highlighted word:: + + $ h=`tput smso` + $ n=`tput rmso` + $ echo ${h}xxx${n} + xxx + Old hardware terminal. ======================