Changeset 385fda9 for functions.c
- Timestamp:
- Jun 1, 2010, 9:54:19 PM (14 years ago)
- Branches:
- master, release-1.10, release-1.7, release-1.8, release-1.9
- Children:
- a5a9572
- Parents:
- f06baef
- git-author:
- David Benjamin <davidben@mit.edu> (06/01/10 21:48:25)
- git-committer:
- David Benjamin <davidben@mit.edu> (06/01/10 21:54:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
functions.c
rd70f45f r385fda9 1248 1248 } 1249 1249 1250 void owl_function_set_cursor(WINDOW *win)1251 {1252 /* Be careful that this window is actually empty, otherwise panels get confused */1253 if (is_wintouched(win)) {1254 owl_function_debugmsg("Warning: owl_function_set_cursor called on dirty window");1255 update_panels();1256 }1257 wnoutrefresh(win);1258 }1259 1260 1250 void owl_function_full_redisplay(void) 1261 1251 { 1262 1252 touchwin(owl_global_get_curs_recwin(&g)); 1263 touchwin(owl_global_get_curs_sepwin(&g)); 1264 1265 sepbar(""); 1253 1254 sepbar_dirty(); 1266 1255 1267 1256 owl_global_set_needrefresh(&g);
Note: See TracChangeset
for help on using the changeset viewer.