- Sep 25, 2012
-
-
Christoph Ender authored
-
- Sep 24, 2012
-
-
Christoph Ender authored
-
Christoph Ender authored
-
- Sep 18, 2012
-
-
Christoph Ender authored
-
- Sep 11, 2012
-
-
Christoph Ender authored
-
Christoph Ender authored
-
Christoph Ender authored
-
- Sep 09, 2012
-
-
Christoph Ender authored
-
- Aug 26, 2012
-
-
Christoph Ender authored
-
Christoph Ender authored
-
- Aug 02, 2012
-
-
Christoph Ender authored
-
- Jul 25, 2012
-
-
Christoph Ender authored
-
Christoph Ender authored
-
Christoph Ender authored
This add the missing cursor move to the top left in case the upper window is selected as stated in z-spec 8.7.2.1.1. This will make screen refreshes work again for Seastalker.
-
Christoph Ender authored
Since the blockbuffer doesn't shrink, the buffer contents must not be realigned and buffer sizes must not be reduced in case the screen gets smaller.
-
- Jul 22, 2012
-
-
Christoph Ender authored
-
Christoph Ender authored
-
- Jul 02, 2012
-
-
Christoph Ender authored
-
Christoph Ender authored
-
- Jun 23, 2012
-
-
Christoph Ender authored
-
- Jun 18, 2012
-
-
Christoph Ender authored
Blockbuffer will always work, even before split_window has been invoked. Made fizmo_new_screen_size adapt blockbuffer screen size. The blockbuffer is now automatically created upon startup.
-
- May 18, 2012
-
-
Christoph Ender authored
-
- May 17, 2012
-
-
Christoph Ender authored
-
Christoph Ender authored
-
Christoph Ender authored
-
Christoph Ender authored
- Merged/adapted set_max_undo_steps(). - Merged opcode_save_undo() changes. - Fixed segfault in case undo_index == max_undo_steps. - Adapted get_allocated_undo_memory_size, added size of undo_frames to memory amount. - Adapted free_undo_memory.
-
Christoph Ender authored
- Merged non-NULL z_mem verification in fizmo_new_screen_size(). - Merged non-NULL z_mem check in write_interpreter_info_into_header(). - Merged max-undo-steps evaluation and z_mem-NULL-reset in fizmo_start(). - Fixed erroneous xdg_config_home-NULL-check in fizmo_start().
-
Christoph Ender authored
-
- May 05, 2012
-
-
Christoph Ender authored
-
Christoph Ender authored
-
- Apr 26, 2012
-
-
Christoph Ender authored
-
Christoph Ender authored
Added memory cleanup for upper window buffer, z_story and so on, added explicit initialization of "terminate_interpreter" flag to make multiple fizmo_start() invocations work.
-
- Apr 21, 2012
-
-
Christoph Ender authored
-
- Apr 16, 2012
-
-
Christoph Ender authored
Fixed a crash that occured during re-enabling transcripting from screen interfaces implementing "prompt_for_filename". So far streams.c assumued that once a script file has been opened the filename would always be stored in "stream_2_filename" which was not the case after invoking "prompt_for_filename".
-
- Apr 09, 2012
-
-
Christoph Ender authored
Added "disable-stream-2-wrap" to options. This allows us to get rid of the "wordwrap_output_left_padding" function, since stream-2-wrapping was the only thing which still required it.
-
- Apr 08, 2012
-
-
Christoph Ender authored
No more raw exit() calls, added screeninterface-specific filename prompt, new screeninterface-specific filename prompt replaces fizmo_register_ask_user_for_file_function, fixed autosave-functionality.
-
- Mar 15, 2012
- Mar 10, 2012