]>
gitweb.michael.orlitzky.com - mutt.git/blob - mutt-launcher
3 # This is a wrapper around the "mutt" executable that takes the number
4 # of columns and lines present in the terminal as its first and second
5 # arguments. This works around an issue where launching "mutt" right
6 # away in a brand-new terminal launches it before the COLUMNS and
7 # LINES variables are set, and thus before "tput" knows how wide the
10 # You will have to manually compute the right number of columns/rows
11 # by launching a terminal of your preferred size/font and then using
12 # "tput cols" and "tput lines" to figure out how many columns/lines
16 echo "Usage: mutt-launcher <ncols> <nrows> [other-args]"