Monday, February 22, 2010

need help for tab_key

i find that when you insert '\t' in a string. it inserts 4 ' ' forward. But we write the bio library we can not control cursor to pass '\t' character.So can anyone teach me how to move cursor to pass '\t'?

1 comment:

  1. well, for tab key, we don't add tab key, but instead we add several spaces.

    so when tab key is hit, assume that space was hit BIO_TAB_SIZE times, (in your case 4 times).

    If this is not clear, see me on irc to talk about it

    ReplyDelete