mirror of
https://github.com/microsoft/terminal.git
synced 2026-05-13 06:00:17 -04:00
Some of the PR feedback.
This commit is contained in:
@@ -1065,7 +1065,7 @@ std::string TextBuffer::GenHTML(const TextAndColor& rows, const int fontHeightPo
|
||||
{
|
||||
try
|
||||
{
|
||||
// TODO: the font name needs to be passed and stored around as an actual bounded type, not an implicit bounds on LF_FACESIZE
|
||||
// TODO: GH 602 the font name needs to be passed and stored around as an actual bounded type, not an implicit bounds on LF_FACESIZE
|
||||
const auto faceLength = wcsnlen_s(fontFaceName, LF_FACESIZE);
|
||||
const std::wstring_view faceNameView{ fontFaceName, faceLength };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user