CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/29 13:34:43
Modified files:
usr.bin/tmux : cmd-parse.y cmd-queue.c
Log message:
The line number needs to be updated only after the \n is processed by
the parser, so store a flag and update it next time around. Also each
new line needs its own shared data.
