i basically merged two tutorials into a single program which gives the user a two blank panes with no words, graphics or buttons to be seen.
the left pane lets the user input sh commands and read the outputs, the left pane lets the user write messages in a text box. the intention is that a user can run rudimentary tasks on sh terminal, and export new ones with the editor, and copy outputs to the editor and vise-versa through the use of hotkeys, and later will probably include a few buttons and such. the problems are that copying text produces squares instead of text, probably an artifact of the the return(0); function which is trying to remove the <enter> symbol. and that when a process is executed using the shell pane the window freezes, which implies that the process for running programs needs to be split- somehow? anyway i will post what I have here some point today for anyone who might find use of this little effort or wish to contribute their own ideas. _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
