using position in linux ?
- Posted by Bernie <xotron at PCOM.NET> Oct 18, 2000
- 473 views
-- Has anyone had trouble with position in linux. When in graphics mode after a position() puts() doesn't always display text. If you run demo ttt.ex using graphics.eu in virtual console ( I know that the graphics are not working properly in graphics mode but that has nothing to do with problem because I have my own graphics library that does work properly and the problem exists in it as well.) the first two puts display nothing. After the graphics runs puts will display. If you go into grapics mode 18 and use position to go to 1,10 and use puts the text will not print on the first line unless you use position 5,10. Also in graphics mode trace(1) doesn't always appear.