Mercurial > hg > octave-nkf
comparison liboctave/cmd-edit.h @ 9321:9b87aeb24ea9
avoid using readline at all when line editing suppressed or interpreter embedded
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Tue, 09 Jun 2009 12:14:26 +0200 |
parents | eb63fbe60fab |
children | 3cee58bf4acf |
comparison
equal
deleted
inserted
replaced
9320:080dc45ea682 | 9321:9b87aeb24ea9 |
---|---|
148 | 148 |
149 static void reset_current_command_number (int n); | 149 static void reset_current_command_number (int n); |
150 | 150 |
151 static void increment_current_command_number (void); | 151 static void increment_current_command_number (void); |
152 | 152 |
153 static void force_default_editor (void); | |
154 | |
153 private: | 155 private: |
154 | 156 |
155 // No copying! | 157 // No copying! |
156 | 158 |
157 command_editor (const command_editor&); | 159 command_editor (const command_editor&); |