Changeset 4018 for neercs/trunk/src/wm.c
- Timestamp:
- 11/23/09 13:14:36 (4 years ago)
- File:
-
- 1 edited
-
neercs/trunk/src/wm.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/wm.c
r4014 r4018 214 214 static void wm_box(struct screen_list *screen_list, int pty) 215 215 { 216 /* FIXME drawing the box and rewriting the title creates a dirty rectangle 217 for the title, even when nothing changed, triggering useless traffic 218 between server and client. */ 216 if (!screen_list->screen[screen_list->pty]->changed 217 && !screen_list->changed) 218 return; 219 219 220 if (!screen_list->border_size) 220 221 return;
Note: See TracChangeset
for help on using the changeset viewer.
