Search:

Type: Posts; User: psimonson1988

Search: Search took 0.00 seconds.

  1. I fixed it, now it all works. Never mind, I...

    I fixed it, now it all works. Never mind, I should've looked at my code closer. The code that works perfect is below.


    case KEY_END:
    startx = editor_getoffset(&e,...
  2. Sorry for double positing but I got everything...

    Sorry for double positing but I got everything working except the KEY_END case in the switch statement. In KEY_END the e.cx variable (cursor X position) is way off the screen.
    I'll post the new...
  3. Problem with skipping columns for drawing in a text editor.

    Hi all, my problem is with e.skipcols in KEY_RIGHT and KEY_END case in the switch statement. Cannot seem to get the math right on skipping columns. It either goes before the end of line or after....
Results 1 to 3 of 3