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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user