Changeset f6fae8d for functions.c
- Timestamp:
- Jun 1, 2010, 12:14:11 PM (15 years ago)
- Branches:
- master, release-1.10, release-1.7, release-1.8, release-1.9
- Children:
- e294783
- Parents:
- 84a4aca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
functions.c
r4e33cb2 rf6fae8d 1262 1262 touchwin(owl_global_get_curs_recwin(&g)); 1263 1263 touchwin(owl_global_get_curs_sepwin(&g)); 1264 touchwin(owl_global_get_curs_typwin(&g));1265 1264 touchwin(owl_global_get_curs_msgwin(&g)); 1266 1265 … … 1559 1558 { 1560 1559 owl_global_set_typwin_lines(&g, newsize); 1561 owl_ global_set_relayout_pending(&g);1560 owl_mainpanel_layout_contents(&g.mainpanel); 1562 1561 } 1563 1562 … … 1914 1913 1915 1914 owl_editwin_insert_string(tw, line); 1916 owl_editwin_redisplay(tw);1917 1915 1918 1916 owl_global_push_context(&g, OWL_CTX_EDITLINE, tw, "editline"); … … 1941 1939 1942 1940 owl_editwin_set_locktext(tw, line); 1943 1944 owl_editwin_redisplay(tw);1945 1941 1946 1942 owl_global_push_context(&g, OWL_CTX_EDITRESPONSE, tw, "editresponse");
Note: See TracChangeset
for help on using the changeset viewer.