1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-11-23 11:41:15 -05:00

Partial fix of issues when using unicode sequence with describe-key, search-forward, query-replace-string.

This commit is contained in:
2016-04-09 11:46:40 +08:00
parent f83ab08609
commit 1b2307e056
10 changed files with 28 additions and 23 deletions

View File

@@ -4,6 +4,7 @@
#include <stdarg.h>
#include "estruct.h"
#include "utf8.h"
extern int mpresf ; /* Stuff in message line */
extern int scrollcount ; /* number of lines to scroll */
@@ -28,7 +29,7 @@ void mlerase( void) ;
void vmlwrite( const char *fmt, va_list ap) ;
void mlwrite( const char *fmt, ...) ;
void ostring( char *s) ;
void echoc( char c) ;
void echoc( unicode_t c) ;
void echos( char *s) ;
void getscreensize( int *widthp, int *heightp) ;