Commit 982d0ceb6399ab2481e09c63a05d435b55041402
Forgot to save buffer before commit.
Author: xaizek
Author date (UTC): 2011-07-20 17:35
Committer name: xaizek
Committer date (UTC): 2011-07-20 17:35
Parent(s): a138aec4b89779943d4100ba9fe22be9e982959b
Signing key:
Tree: a1e0c8a0b02a420ffd9e8d7cba80b419c7bf1bb0
| File src/main_loop.c changed (mode: 100644) (index 2fdd2e27e..08aa53b01) |
| ... |
... |
main_loop(void) |
| 59 |
59 |
wtimeout(status_bar, KEYPRESS_TIMEOUT); |
wtimeout(status_bar, KEYPRESS_TIMEOUT); |
| 60 |
60 |
|
|
| 61 |
61 |
update_stat_window(curr_view); |
update_stat_window(curr_view); |
| 62 |
|
update_pos_window(view); |
|
|
62 |
|
update_pos_window(curr_view); |
| 63 |
63 |
|
|
| 64 |
64 |
if(curr_view->selected_files) |
if(curr_view->selected_files) |
| 65 |
65 |
{ |
{ |