VirtualBox

Changeset 561 in kBuild for trunk/VSlickMacros


Ignore:
Timestamp:
Oct 1, 2006 1:43:59 AM (18 years ago)
Author:
bird
Message:

made key functions commands.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VSlickMacros/kkeys.e

    r252 r561  
    4646
    4747
    48 void kkeys_switch_lines()
     48_command kkeys_switch_lines()
    4949{
    5050   /* Allocate a selection for copying the current line. */
     
    6565}
    6666
    67 void kkeys_duplicate_line()
     67_command kkeys_duplicate_line()
    6868{
    6969   /* Allocate a selection for copying the current line. */
     
    8181}
    8282
    83 void kkeys_delete_right()
     83_command kkeys_delete_right()
    8484{
    8585   col=p_col
     
    9797}
    9898
    99 void kkeys_delete_left()
     99_command kkeys_delete_left()
    100100{
    101101   //denne virker ikkje som den skal!!!
    102102   message "not implemented"
     103/*
    103104   return;
    104105   col=p_col
     
    112113      delete_word();
    113114   p_col=col
    114 }
    115 
    116 void kkeys_scroll_up()
     115*/
     116}
     117
     118_command kkeys_scroll_up()
    117119{
    118120   if (p_cursor_y == 0)
     
    121123}
    122124
    123 void kkeys_scroll_down()
     125_command kkeys_scroll_down()
    124126{
    125127   if (p_cursor_y intdiv p_font_height == p_char_height-1)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette