Opened 8 years ago
Last modified 8 years ago
#330 new bug
splitter could support ad hoc text entry, to split what it's given on cmd line
Reported by: | Fred T. Hamster | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | feistymeow-scripts | Version: | |
Keywords: | Cc: |
Description
like a call like this:
splitter -t "this needs to be split up now, thanks."
ooooh, and it also needs to have a clue about the virtual terminal size to do that effectively without being told the widths.
so we need to do xprop or check env vars for those things.
Note:
See TracTickets
for help on using tickets.
ha, here's the clue re:
columns and lines xterm for splitter:
# show # lines.
tput lines
# show # columns.
tput cols
ah, also "stty size" works to show lines and columns.