mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
time now I've configured emacs to make them displayed in really annoying colours...
This commit is contained in:
@ -78,7 +78,7 @@ window_clock_resize(struct window_pane *wp, u_int sx, u_int sy)
|
||||
struct window_clock_mode_data *data = wp->modedata;
|
||||
struct screen *s = &data->screen;
|
||||
|
||||
screen_resize(s, sx, sy);
|
||||
screen_resize(s, sx, sy);
|
||||
window_clock_draw_screen(wp);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user