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

start tagging uEMACS functions that are not compatible with view mode.

This commit is contained in:
2021-07-19 15:39:00 +08:00
parent 3889f1709c
commit 92c9208cd4
15 changed files with 372 additions and 354 deletions

View File

@@ -1283,7 +1283,7 @@ static void mlputc( unicode_t c) {
*
* char *s; string to output
*/
void ostring( char *s) {
void ostring( const char *s) {
unsigned char c ;
if( discmd)
@@ -1553,7 +1553,7 @@ void echoc( unicode_t c) {
*
* char *s; string to output
*/
void echos( char *s) {
void echos( const char *s) {
unicode_t c ;
if( disinp)