Changes

Jump to: navigation, search

OOP344 Assignment One

255 bytes removed, 22:43, 13 October 2009
IsTextEditor: OOP344B - northWind87: Removed blurb about text editor that I previously added, turns out to be totally wrong.................................
''when IsTextEditor is true, and Escape is hit do not abort the editing but simply terminate the function returning the Escape key.''
 
'''Note:''' While IsTextEditor is true, io_edit can and should modify *curpos in the course of any editing. If an offset is required, io_edit should terminate and return the Left, Right, or Tab key respectively after having performed any required edits.
Any normal printable key is simply placed into the string according to the rules laid out in the discussion of the INSERT key above. (The keys from the space character to the tilde character in the ASCII table are considered "printable".)

Navigation menu