| /vim-8.2.3635/src/ |
| H A D | message.c | 1100 cmdline_row = msg_row; in msg_end_prompt() 1143 cmdline_row = msg_row; in wait_return() 1172 cmdline_row = msg_row; in wait_return() 1304 cmdline_row = msg_row; in wait_return() 1424 msg_row = cmdline_row; in msg_start() 1436 cmdline_row = msg_row; in msg_start() 1457 lines_left = cmdline_row; in msg_starthere() 2249 --cmdline_row; in msg_puts_display() 3412 msg_row = cmdline_row; in msg_clr_cmdline() 3587 cmdline_row = msg_row; in verbose_leave_scroll() [all …]
|
| H A D | ex_getln.c | 1286 if (mouse_row < cmdline_row && clip_star.available) in cmdline_left_right_mouse() 1314 if (mouse_row <= cmdline_row + ccline.cmdspos / Columns in cmdline_left_right_mouse() 3158 msg_row = cmdline_row + (cmdspos / (int)Columns); in redrawcmd_preedit() 3526 i = cmdline_row; in put_on_cmdline() 3530 if (cmdline_row != i || ccline.overstrike) in put_on_cmdline() 3779 windgoto(cmdline_row, 0); in redrawcmd() 3812 cmdline_row = Rows - 1; in compute_cmdrow() 3814 cmdline_row = W_WINROW(lastwin) + lastwin->w_height in compute_cmdrow() 3835 msg_row = cmdline_row + (ccline.cmdspos / (int)Columns); in cursorcmd() 3863 windgoto(cmdline_row, 0); in gotocmdline() [all …]
|
| H A D | window.c | 4246 if ((row < cmdline_row) && (cmdline_row <= Rows - p_ch)) in enter_tabpage() 5555 cmdline_row = row; in win_setheight_win() 6032 room = Rows - cmdline_row; in win_drag_status_line() 6085 cmdline_row = row; in win_drag_status_line() 6086 p_ch = Rows - cmdline_row; in win_drag_status_line() 6443 cmdline_row = Rows - p_ch; in command_height() 6454 cmdline_row = Rows - p_ch; in command_height() 6470 screen_fill((int)(cmdline_row), (int)Rows, 0, in command_height() 6472 msg_row = cmdline_row; in command_height() 6477 if (msg_row < cmdline_row) in command_height() [all …]
|
| H A D | drawscreen.c | 2910 rows = screen_Rows - cmdline_row; in redraw_asap() 2940 ScreenLines + LineOffset[cmdline_row + r], in redraw_asap() 2943 ScreenAttrs + LineOffset[cmdline_row + r], in redraw_asap() 2948 ScreenLinesUC + LineOffset[cmdline_row + r], in redraw_asap() 2952 ScreenLinesC[i] + LineOffset[cmdline_row + r], in redraw_asap() 2957 ScreenLines2 + LineOffset[cmdline_row + r], in redraw_asap() 2991 screen_line(cmdline_row + r, 0, cols, cols, 0); in redraw_asap() 3034 if (cmdline_row > 0) in redraw_after_callback()
|
| H A D | misc1.c | 965 cmdline_row = msg_row; in get_number() 1004 save_cmdline_row = cmdline_row; in prompt_for_number() 1005 cmdline_row = 0; in prompt_for_number() 1016 cmdline_row = msg_row - 1; in prompt_for_number() 1022 cmdline_row = save_cmdline_row; in prompt_for_number()
|
| H A D | ex_eval.c | 581 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 D | screen.c | 1080 row = cmdline_row - 1; in win_redr_status_matches() 1089 if (cmdline_row == Rows - 1) in win_redr_status_matches() 1096 ++cmdline_row; in win_redr_status_matches() 2990 msg_row = cmdline_row; // put cursor on last line for messages in screenclear2() 3491 if (wp->w_next || wp->w_status_height || cmdline_row < Rows - 1) in win_del_lines() 4160 if (clear_cmdline && cmdline_row < Rows - 1) in showmode()
|
| H A D | cmdexpand.c | 564 cmdline_row = msg_row; in showmatches() 693 cmdline_row = msg_row; // will put it back later in showmatches() 2858 cmdline_row--; in wildmenu_cleanup()
|
| H A D | crypt.c | 647 cmdline_row = msg_row; in crypt_get_key()
|
| H A D | debugger.c | 148 cmdline_row = msg_row; in do_debug()
|
| H A D | ex_cmds2.c | 359 msg_row = cmdline_row; in check_changed_any()
|
| H A D | popupwin.c | 2655 if (wp->w_winrow + popup_height(wp) >= cmdline_row) in popup_free() 2802 if (wp->w_winrow + wp->w_height >= cmdline_row) in f_popup_move() 3690 if (line >= cmdline_row) in may_update_popup_mask() 3866 if (wp->w_winrow + total_height > cmdline_row) in update_popups()
|
| H A D | main.c | 380 cmdline_row = Rows - p_ch; in VimMain() 381 msg_row = cmdline_row; in VimMain()
|
| H A D | popupmenu.c | 108 below_row = cmdline_row; in pum_display()
|
| H A D | globals.h | 139 EXTERN int cmdline_row; variable
|
| H A D | memline.c | 1755 cmdline_row = msg_row; in ml_recover() 4625 cmdline_row = msg_row; in attention_message()
|
| H A D | option.c | 3740 if (cmdline_row > Rows - p_ch && Rows > p_ch) in set_num_option() 3741 cmdline_row = Rows - p_ch; in set_num_option()
|
| H A D | gui.c | 3210 if (Y_2_ROW(y) < cmdline_row && button != MOUSE_MIDDLE) in gui_send_mouse_event()
|
| H A D | buffer.c | 1159 cmdline_row = msg_row; in handle_swap_exists()
|
| H A D | userfunc.c | 4212 cmdline_row = msg_row; in define_function()
|
| H A D | os_unix.c | 6811 cmdline_row = Rows - 1; // continue on last line in mch_expand_wildcards()
|
| H A D | quickfix.c | 4129 + win->w_status_height + tabline_height() < cmdline_row) in qf_goto_cwindow()
|
| H A D | ex_docmd.c | 521 cmdline_row = msg_row; in do_exmode()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version5.txt | 6323 Solution: Set msg_row and msg_col when changing cmdline_row in
|
| H A D | version7.txt | 3585 "cmdline_row" to zero to get all mouse events.
|