A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'src/sig.rs')
| -rw-r--r-- | src/sig.rs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,7 +8,8 @@ use lsp_types::{ }; use crate::FG; -use crate::text::{CellBuffer, color_}; +use crate::rnd::CellBuffer; +use crate::text::color_; pub fn active( sig: &SignatureHelp, ) -> (&SignatureInformation, Option<&ParameterInformation>) { |