.octaverc: Difference between revisions
Jump to navigation
Jump to search
no edit summary
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
* '''suppress_verbose_help_message(1);''' ''# use concise form for help'' | * '''suppress_verbose_help_message(1);''' ''# use concise form for help'' | ||
* '''warning("off","Octave:divide-by-zero");''' ''# disable unwanted warning messages'' | * '''warning("off","Octave:divide-by-zero");''' ''# disable unwanted warning messages'' | ||
* '''page_screen_output(0);''' ''# write text to screen without buffering'' | |||
Line 17: | Line 18: | ||
* '''set blink-matching-paren off''' ''# prevent blinking parenthesis matching'' | * '''set blink-matching-paren off''' ''# prevent blinking parenthesis matching'' | ||
'' |