Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37504785
en ru br
ALT Linux repos
S:6.3.20220618-alt4
5.0: 5.7-alt1
4.1: 5.6-alt4
4.0: 5.6-alt3
3.0: 5.4.20050108-alt3

Group :: System/Base
RPM: ncurses

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

#!/bin/sh

# Xterm codes can be found here:
# http://babayaga.math.fu-berlin.de/~rxvt/refer/refer.html
if [ "$TERM" = xterm -o "$TERM" = xterm-color -o "$TERM" = kterm -o "$TERM" = rxvt ]; then
# Disable X11 XTerm mouse reporting
# Reset foreground and background colors
echo '[?1000l'
fi

# Reset the terminal
/usr/bin/reset

# Reset terminal size
if [ -x /usr/X11R6/bin/resize ]; then
eval `resize`
fi

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin