comparison src/proto/drawscreen.pro @ 31457:bb797331e21b v9.0.1061

patch 9.0.1061: cannot display 'showcmd' somewhere else Commit: https://github.com/vim/vim/commit/ba936f6f4e85cc1408bc3967f9fd7665d948909b Author: Luuk van Baal <luukvbaal@gmail.com> Date: Thu Dec 15 13:15:39 2022 +0000 patch 9.0.1061: cannot display 'showcmd' somewhere else Problem: Cannot display 'showcmd' somewhere else. Solution: Add the 'showcmdloc' option. (Luuk van Baal, closes https://github.com/vim/vim/issues/11684)
author Bram Moolenaar <Bram@vim.org>
date Thu, 15 Dec 2022 14:30:05 +0100
parents 68ef14b21d01
children
comparison
equal deleted inserted replaced
31456:38d3b3da981b 31457:bb797331e21b
1 /* drawscreen.c */ 1 /* drawscreen.c */
2 int update_screen(int type_arg); 2 int update_screen(int type_arg);
3 int statusline_row(win_T *wp); 3 int statusline_row(win_T *wp);
4 void win_redr_status(win_T *wp, int ignore_pum);
4 void showruler(int always); 5 void showruler(int always);
5 void win_redr_ruler(win_T *wp, int always, int ignore_pum); 6 void win_redr_ruler(win_T *wp, int always, int ignore_pum);
6 void after_updating_screen(int may_resize_shell); 7 void after_updating_screen(int may_resize_shell);
7 void update_curbuf(int type); 8 void update_curbuf(int type);
8 void update_debug_sign(buf_T *buf, linenr_T lnum); 9 void update_debug_sign(buf_T *buf, linenr_T lnum);