Home
last modified time | relevance | path

Searched refs:msg_row (Results 1 – 25 of 32) sorted by relevance

12

/vim-8.2.3635/src/
H A Dmessage.c2039 ++msg_row; in screen_puts_mbyte()
2049 ++msg_row; in screen_puts_mbyte()
2645 msg_row = row; in disp_sb_line()
2680 ++msg_row; in t_puts()
3053 msg_row = Rows - 1; in do_more_prompt()
3273 ++msg_row; in msg_screen_putchar()
3282 ++msg_row; in msg_screen_putchar()
3311 msg_row = Rows - 1; in repeat_message()
3317 msg_row = Rows - 1; in repeat_message()
3393 screen_fill(msg_row, msg_row + 1, 0, msg_col + 1, ' ', ' ', 0); in msg_clr_eos_force()
[all …]
H A Dex_getln.c3063 ++msg_row; in getexmodeline()
3139 old_row = msg_row; in redrawcmd_preedit()
3160 if (msg_row >= Rows) in redrawcmd_preedit()
3161 msg_row = Rows - 1; in redrawcmd_preedit()
3181 msg_row = old_row; in redrawcmd_preedit()
3518 --msg_row; in put_on_cmdline()
3829 if (msg_row <= 0) in cursorcmd()
3830 msg_row = Rows - 1; in cursorcmd()
3837 if (msg_row >= Rows) in cursorcmd()
3838 msg_row = Rows - 1; in cursorcmd()
[all …]
H A Dscreen.c2879 if (msg_row >= Rows) // Rows got smaller in screenalloc()
2880 msg_row = Rows - 1; // put cursor at last row in screenalloc()
2882 msg_row += Rows - old_Rows; // put cursor in same place in screenalloc()
2990 msg_row = cmdline_row; // put cursor on last line for messages in screenclear2()
4189 length = (Rows - msg_row) * Columns - 3; in showmode()
4326 msg_row = Rows - 1; in msg_pos_mode()
4352 int save_msg_row = msg_row; in clearmode()
4361 msg_row = save_msg_row; in clearmode()
H A Dex_eval.c581 cmdline_row = msg_row; in throw_exception()
636 cmdline_row = msg_row; in discard_exception()
703 cmdline_row = msg_row; in catch_exception()
828 cmdline_row = msg_row; in report_pending()
H A Dmisc1.c938 windgoto(msg_row, msg_col); in get_number()
965 cmdline_row = msg_row; in get_number()
1015 if (msg_row > 0) in prompt_for_number()
1016 cmdline_row = msg_row - 1; in prompt_for_number()
H A Dex_cmds.c1023 windgoto(msg_row, msg_col); in do_bang()
1426 windgoto(msg_row, msg_col); in do_shell()
1438 msg_row = Rows - 1; in do_shell()
4292 if (msg_row == Rows - 1) in ex_substitute()
4306 windgoto(msg_row, msg_col); in ex_substitute()
H A Dversion.c8636 msg_row = row; in intro_message()
H A Dwindow.c1298 msg_row = Rows - 1; in win_split_ins()
1302 msg_row = Rows - 1; in win_split_ins()
5556 msg_row = row; in win_setheight_win()
6472 msg_row = cmdline_row; in command_height()
6477 if (msg_row < cmdline_row) in command_height()
6478 msg_row = cmdline_row; in command_height()
H A Dcrypt.c647 cmdline_row = msg_row; in crypt_get_key()
H A Dchange.c45 if (msg_row == Rows - 1) in change_warning()
65 if (msg_row < Rows - 1) in change_warning()
H A Ddebugger.c148 cmdline_row = msg_row; in do_debug()
H A Dex_cmds2.c359 msg_row = cmdline_row; in check_changed_any()
H A Dmap.c1629 save_msg_row = msg_row; in eval_map_expr()
1635 msg_row = save_msg_row; in eval_map_expr()
H A Dgetchar.c2042 windgoto(msg_row, msg_col); in getchar_common()
2591 msg_row = Rows - 1; in handle_mapping()
H A Dgui.c3198 if (Y_2_ROW(y) >= msg_row) in gui_send_mouse_event()
3282 row = msg_row; in gui_send_mouse_event()
5030 if (Y_2_ROW(y) >= msg_row) in xy2win()
H A Dcmdexpand.c564 cmdline_row = msg_row; in showmatches()
693 cmdline_row = msg_row; // will put it back later in showmatches()
H A Dos_win32.c1661 if (State & CMDLINE && msg_row == Rows - 1 && msec != 0) in WaitForChar()
1667 if (csbi.dwCursorPosition.Y != msg_row) in WaitForChar()
4338 windgoto(msg_row, msg_col); in dump_pipe()
4526 windgoto(msg_row, msg_col); in mch_system_piped()
H A Dex_docmd.c517 prev_msg_row = msg_row; in do_exmode()
521 cmdline_row = msg_row; in do_exmode()
539 msg_row = prev_msg_row; in do_exmode()
541 msg_row--; in do_exmode()
H A Dsearch.c1431 len = (int)(Rows - msg_row) * Columns - 1; in do_search()
1434 len = (int)(Rows - msg_row - 1) * Columns + sc_col - 1; in do_search()
H A Dglobals.h196 EXTERN int msg_row; variable
H A Dmain.c381 msg_row = cmdline_row; in VimMain()
H A Dmemline.c1755 cmdline_row = msg_row; in ml_recover()
4625 cmdline_row = msg_row; in attention_message()
H A Dos_unix.c5114 windgoto(msg_row, msg_col); in mch_call_shell_fork()
5236 windgoto(msg_row, msg_col); in mch_call_shell_fork()
H A Dterminal.c725 term->tl_toprow = msg_row + 1; in term_start()
3666 msg_row = Rows - 1; in update_system_term()
H A Dspellsuggest.c566 msg_row = Rows - 1; // for when 'cmdheight' > 1 in spell_suggest()

12