Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. LIBRARY console.obj
  2.  
  3. EXPORTS
  4. ;START
  5. con_init
  6. con_write_asciiz
  7. con_write_string
  8. con_printf
  9. con_exit
  10. ;version
  11. con_get_flags
  12. con_set_flags
  13. con_kbhit
  14. con_getch
  15. con_getch2
  16. con_gets
  17. con_gets2
  18. con_get_font_height
  19. con_get_cursor_height
  20. con_set_cursor_height
  21. con_cls
  22. con_get_cursor_pos
  23. con_set_cursor_pos
  24. con_set_title
  25. con_get_input