Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
migueldeicaza committed Mar 22, 2018
1 parent e7cf676 commit de0e3fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions LineEditor/getline.cs
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,12 @@ namespace Mono.Terminal {
/// </description>
/// </item>
/// <item>
/// <term>Control-y</term>
/// <description>
/// Pastes the content of the kill ring into the current position.
/// </description>
/// </item>
/// <item>
/// <term>Control-q</term>
/// <description>
/// Quotes the next input character, to prevent the normal processing of
Expand Down

0 comments on commit de0e3fc

Please sign in to comment.