diff options
-rw-r--r-- | mbbsd/edit.c | 2 | ||||
-rw-r--r-- | sample/etc/ve.hlp | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c index f0aa77e1..f396ba80 100644 --- a/mbbsd/edit.c +++ b/mbbsd/edit.c @@ -2637,6 +2637,7 @@ vedit(char *fpath, int saveheader, int *islocal) break; case KEY_F5: prompt_goto_line(); + curr_buf->redraw_everything = YEA; break; case KEY_F8: t_users(); @@ -2682,6 +2683,7 @@ vedit(char *fpath, int saveheader, int *islocal) case 'L': case 'J': prompt_goto_line(); + curr_buf->redraw_everything = YEA; break; case ']': match_paren(); diff --git a/sample/etc/ve.hlp b/sample/etc/ve.hlp index 727fd06d..9db9dd94 100644 --- a/sample/etc/ve.hlp +++ b/sample/etc/ve.hlp @@ -1,6 +1,6 @@ [m [37;45m�i�@����O�j[m - ^X �ɮ׳B�z ^L ���s��ܵe�� - ^V ����ANSI��m ^Z ��ܥ��D�U�e�� + ^X,F10 �ɮ׳B�z ^L ���s��ܵe�� + ^V ����ANSI��m ^Z,F1 ��ܥ��D�U�e�� ^Q ���s�����} [1mESC-R �����۰ʿ��Ѥ��岾��[m [37;45m�i��в��ʫ��O�j[m �� ���Ჾ�ʤ@�� ^A,Home ���즹��}�Y @@ -8,7 +8,7 @@ ��,^P ���W���ʤ@�� (ESC-,) �����ɮ}�Y �� ���U���ʤ@�� (ESC-.),^T �����ɮ��� ^B,PgUp ���W���ʤ@�� ^F,PgDn ���U���ʤ@�� - ^S �M��r�� (ESC-L) ���ܫ��w�� + ^S,F3 �M��r�� (ESC-L),F5 ���ܫ��w�� (ESC-n) �A����� (ESC-p) �A���e�� (ESC-]) �M���٬A�� (ESC-x) �^��e�@��m (ESC-f) ���e�@�r (ESC-b) ��h�@�r @@ -53,7 +53,7 @@ (ESC-y) �Ϧ^�~�R�� ^_(Ctrl-/),(ESC--) �_��ثe�� (ESC-A) ����ANSI�m��Ҧ� (ESC-I) �����Y��(indent)�Ҧ� (ESC-P) �����`���������Ҧ� (ESC-R) ��������(raw)��J�Ҧ� - ^R ��ܤW�������T�� (ESC-U) �ϥΪ̦C�� + ^R ��ܤW�������T�� (ESC-U),F8 �ϥΪ̦C�� (ESC-i) �i�J�o�b�Ҧ� |