mirror of
https://github.com/tmux/tmux.git
synced 2025-11-03 00:06:07 +00:00
Merge branch 'obsd-master'
This commit is contained in:
@@ -245,7 +245,7 @@ window_buffer_draw(__unused void *modedata, void *itemdata,
|
||||
at = 0;
|
||||
while (end != pdata + psize && *end != '\n') {
|
||||
if ((sizeof line) - at > 5) {
|
||||
cp = vis(line + at, *end, VIS_TAB|VIS_OCTAL, 0);
|
||||
cp = vis(line + at, *end, VIS_OCTAL|VIS_TAB, 0);
|
||||
at = cp - line;
|
||||
}
|
||||
end++;
|
||||
|
||||
Reference in New Issue
Block a user