Skip to content

Commit

Permalink
add wordCharacters to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Higerd committed Feb 16, 2024
1 parent fb1de9e commit 4ed663c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ enum | KeyboardCursorShape { BlockCursor, UnderlineCursor, IBeamCursor }
* sizeHint : const QSize
* terminalSizeHint : bool
* title : const QString
* wordCharacters : QString
* workingDirectory : QString

### Public Functions
Expand Down Expand Up @@ -230,6 +231,10 @@ Returns the currently selected text.
<!--**title : const QString**\-->
<!--**workingDirectory : QString**\-->

**wordCharacters : QString**\
When selecting text by word, consider these characters to be word characters in addition to
alphanumeric characters, default is `:@-./_~`.

### Member Function Documentation
<!--__void activity()__\-->
<!--__void bell(const QString &_message_)__\-->
Expand Down

0 comments on commit 4ed663c

Please sign in to comment.