mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Change all RuneCell to Cell and move methods to the Cell record struct.
This commit is contained in:
@@ -254,7 +254,7 @@ This an long line and against TextView.",
|
||||
|
||||
ac.GenerateSuggestions (
|
||||
new (
|
||||
RuneCell.ToRuneCellList (tv.Text),
|
||||
Cell.ToCellList (tv.Text),
|
||||
2
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user