File: xpredict

package info (click to toggle)
predict 2.2.3-3.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 4,716 kB
  • sloc: ansic: 19,433; sh: 3,342; makefile: 428; yacc: 318; perl: 82
file content (12 lines) | stat: -rwxr-xr-x 682 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
# Uncomment the line that works best for you.
# The first four lines work great under Slackware 8.0.
# Generally, rxvt requires less memory than other terminals.
# The last line is for KDE users.
#
rxvt -geometry 80x25 -font 10x20 -rv -title PREDICT -e predict $*
#xterm -geometry 80x25 -fn 10x20 -rv -title PREDICT -e predict $*
#Eterm -g 80x25 -F 10x20 -n PREDICT -x -e predict $1 $2 $3 $4
#gnome-terminal --geometry 80x25 --disable-sound -t PREDICT -e predict $*
#rxvt -geometry 80x25 -font 10x20 -rv -tn linux -title PREDICT -e predict $*
#rxvt -geometry 80x25 -font 10x20 -rv -tn color_xterm -title PREDICT -e predict $*
#kvt -vt_geometry 80x25 -linux -T PREDICT -e predict $*